home *** CD-ROM | disk | FTP | other *** search
- ******************************************
- *build control file for the sound example*
- ******************************************
- /g ls_68k_macros.def *Standard 68k macros
-
- /g mac_traps_68k.def *Useful Macintosh trap definitions
-
- /G SOUND_GLOBALS *our global variables definitions
-
- /G SOUND_EQUATES *our equates
-
- /N *No libraries in this project
-
- /Q *QUITE MODE PLEASE
-
- **NOW THE FILES TO BE ASSEMBLED
- /A SOUND_MAIN.s *main
- /A SOUND_PLAY.S *sound routines
-
- **NOW THE FILES TO BE LINKED
- /L SOUND_MAIN.O
- /L SOUND_PLAY.O
-
-
-